
.type_panel{
    position:absolute;
    display: none;
    width:105px;
    top:31px;
    clear:both;
    text-align:left;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    opacity:0.9;
    z-index:999;
}
.secPanel{
    width:100%;
    padding-top:4px;
    background:url(/images/v5/commonimg/back_1.gif);
}
.bottomEdge{
    width:100%;
    height:6px;
    font-size:0px;
    background:url(/images/v5/commonimg/back_2.gif) no-repeat;
}
.type_panel .type_item{
    padding-left:8px;
    margin:2px 8px;
    height:27px;
    line-height:27px;
    font-size:14px;
    cursor:pointer;
}
.type_panel .bottom_item{
    margin-bottom:0;
}